net/http.http2roundRobinWriteScheduler.streams (field)

7 uses

	net/http (current package)
		h2_bundle.go#L11725: 	streams map[uint32]*http2writeQueue
		h2_bundle.go#L11742: 		streams: make(map[uint32]*http2writeQueue),
		h2_bundle.go#L11748: 	if ws.streams[streamID] != nil {
		h2_bundle.go#L11752: 	ws.streams[streamID] = q
		h2_bundle.go#L11768: 	q := ws.streams[streamID]
		h2_bundle.go#L11782: 	delete(ws.streams, streamID)
		h2_bundle.go#L11793: 	q := ws.streams[wr.StreamID()]